Select(T[]) Method
Selects a list of items according to a generic list.

C# Syntax

void Select( 
   params T[] items
)

Parameters

items
The items to select from the list.